Skip to content

Chore: Bump actions/checkout from 6 to 7#982

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Closed

Chore: Bump actions/checkout from 6 to 7#982
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This change is Reviewable

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

NUnit Tests

    1 files  ±0      1 suites  ±0   10m 47s ⏱️ +48s
4 299 tests ±0  4 226 ✅ ±0  73 💤 ±0  0 ❌ ±0 
4 308 runs  ±0  4 235 ✅ ±0  73 💤 ±0  0 ❌ ±0 

Results for commit 577fed1. ± Comparison against base commit 471dd29.

@johnml1135

Copy link
Copy Markdown
Contributor

Consolidated into #1000 along with the other open dependabot PRs (verified together with a local build + full test run). Closing in favor of that PR.

@johnml1135 johnml1135 closed this Jul 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch July 8, 2026 21:57
johnml1135 added a commit that referenced this pull request Jul 8, 2026
Combines 5 open dependabot PRs into one branch so they build and test
together instead of as 5 separate merges: #997, #984, #982, #981, #980.

Included bumps:
- Microsoft.Build.Utilities.Core 18.6.3 -> 18.7.1 (+5 others) (#997)
- nuget-minor group (10 updates): System.Drawing.Common,
  System.Reflection.Metadata, System.Resources.Extensions,
  System.Security.Permissions -> 9.0.17/10.0.9; SilLcm/SilLibPalaso
  version refresh in Build/SilVersions.props (#984)
- actions/checkout 6 -> 7 across all workflow files (#982)
- actions/cache 5 -> 6 in copilot-setup-steps.yml (#981)
- actions-minor group: 2 SHA-pinned action bumps in CI.yml and
  base-installer-cd.yml (#980)

Also pulls in #979's fix for RealDataTestsBase resolving its scratch
project directory via a per-machine shared path, which collided across
git worktrees and was needed to get a clean local test run.

Holds Microsoft.Extensions.DependencyModel at 9.0.16 instead of the
9.0.17 that #984 proposed: Directory.Packages.props has a long-standing
comment warning that bumping this package breaks ICU initialization in
the .NET Framework test host, and the full local test suite reproduced
that exact failure (TypeInitializationException on Icu.NativeMethods,
FileLoadException loading Microsoft.Extensions.DependencyModel) until
this one package was reverted. Every other package in that group is
kept at its bumped version.

Verified with build.ps1 -BuildTests (0 errors/warnings) and test.ps1
using the same TestFilter as CI.yml (4298 tests, only 12 failures, all
pre-existing local RenderBaselineTests/RenderBenchmark pixel-diff
mismatches unrelated to this change).
johnml1135 added a commit that referenced this pull request Jul 9, 2026
Combines 5 open dependabot PRs into one branch so they build and test
together instead of as 5 separate merges: #997, #984, #982, #981, #980.

Included bumps:
- Microsoft.Build.Utilities.Core 18.6.3 -> 18.7.1 (+5 others) (#997)
- nuget-minor group (10 updates): System.Drawing.Common,
  System.Reflection.Metadata, System.Resources.Extensions,
  System.Security.Permissions -> 9.0.17/10.0.9; SilLcm/SilLibPalaso
  version refresh in Build/SilVersions.props (#984)
- actions/checkout 6 -> 7 across all workflow files (#982)
- actions/cache 5 -> 6 in copilot-setup-steps.yml (#981)
- actions-minor group: 2 SHA-pinned action bumps in CI.yml and
  base-installer-cd.yml (#980)

Also pulls in #979's fix for RealDataTestsBase resolving its scratch
project directory via a per-machine shared path, which collided across
git worktrees and was needed to get a clean local test run.

Holds Microsoft.Extensions.DependencyModel at 9.0.16 instead of the
9.0.17 that #984 proposed: Directory.Packages.props has a long-standing
comment warning that bumping this package breaks ICU initialization in
the .NET Framework test host, and the full local test suite reproduced
that exact failure (TypeInitializationException on Icu.NativeMethods,
FileLoadException loading Microsoft.Extensions.DependencyModel) until
this one package was reverted. Every other package in that group is
kept at its bumped version.

Verified with build.ps1 -BuildTests (0 errors/warnings) and test.ps1
using the same TestFilter as CI.yml (4298 tests, only 12 failures, all
pre-existing local RenderBaselineTests/RenderBenchmark pixel-diff
mismatches unrelated to this change).
johnml1135 added a commit that referenced this pull request Jul 9, 2026
Combines 5 open dependabot PRs into one branch so they build and test
together instead of as 5 separate merges: #997, #984, #982, #981, #980.

Included bumps:
- Microsoft.Build.Utilities.Core 18.6.3 -> 18.7.1 (+5 others) (#997)
- nuget-minor group (10 updates): System.Drawing.Common,
  System.Reflection.Metadata, System.Resources.Extensions,
  System.Security.Permissions -> 9.0.17/10.0.9; SilLcm/SilLibPalaso
  version refresh in Build/SilVersions.props (#984)
- actions/checkout 6 -> 7 across all workflow files (#982)
- actions/cache 5 -> 6 in copilot-setup-steps.yml (#981)
- actions-minor group: 2 SHA-pinned action bumps in CI.yml and
  base-installer-cd.yml (#980)

Also pulls in #979's fix for RealDataTestsBase resolving its scratch
project directory via a per-machine shared path, which collided across
git worktrees and was needed to get a clean local test run.

Holds Microsoft.Extensions.DependencyModel at 9.0.16 instead of the
9.0.17 that #984 proposed: Directory.Packages.props has a long-standing
comment warning that bumping this package breaks ICU initialization in
the .NET Framework test host, and the full local test suite reproduced
that exact failure (TypeInitializationException on Icu.NativeMethods,
FileLoadException loading Microsoft.Extensions.DependencyModel) until
this one package was reverted. Every other package in that group is
kept at its bumped version.

Verified with build.ps1 -BuildTests (0 errors/warnings) and test.ps1
using the same TestFilter as CI.yml (4298 tests, only 12 failures, all
pre-existing local RenderBaselineTests/RenderBenchmark pixel-diff
mismatches unrelated to this change).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant